object AboutBox: TAboutBox Left = 98 Top = 114 BorderStyle = bsDialog Caption = 'About' ClientHeight = 256 ClientWidth = 306 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 200 Width = 121 Height = 13 Caption = 'Phsical memory available:' end object Label2: TLabel Left = 168 Top = 200 Width = 6 Height = 13 Caption = '0' end object Label3: TLabel Left = 21 Top = 216 Width = 113 Height = 13 Caption = 'Free system resources:' end object Label4: TLabel Left = 168 Top = 216 Width = 6 Height = 13 Caption = '0' end object Label5: TLabel Left = 8 Top = 104 Width = 32 Height = 13 Caption = 'Label5' end object Label6: TLabel Left = 8 Top = 120 Width = 32 Height = 13 Caption = 'Label6' end object Label7: TLabel Left = 8 Top = 136 Width = 32 Height = 13 Caption = 'Label7' end object Label8: TLabel Left = 8 Top = 152 Width = 32 Height = 13 Caption = 'Label8' end object Label9: TLabel Left = 8 Top = 168 Width = 32 Height = 13 Caption = 'Label9' end object Label10: TLabel Left = 8 Top = 184 Width = 38 Height = 13 Caption = 'Label10' end object Panel1: TPanel Left = 0 Top = 8 Width = 305 Height = 89 BevelInner = bvRaised BevelOuter = bvLowered ParentColor = True TabOrder = 1 object ProgramIcon: TImage Left = 8 Top = 8 Width = 49 Height = 41 Picture.Data = {} Stretch = True IsControl = True end object ProductName: TLabel Left = 64 Top = 8 Width = 63 Height = 13 Caption = 'FTP Connect' IsControl = True end object Version: TLabel Left = 64 Top = 32 Width = 53 Height = 13 Caption = 'Version 1.1' IsControl = True end object Copyright: TLabel Left = 8 Top = 64 Width = 149 Height = 13 Caption = 'Copyright � 1998 Lukasz Bizon' IsControl = True end object Button1: TButton Left = 192 Top = 8 Width = 105 Height = 25 Caption = 'Visit our Homepage' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 192 Top = 40 Width = 105 Height = 25 Caption = 'Send us e-mail' TabOrder = 1 OnClick = Button2Click end end object OKButton: TButton Left = 193 Top = 231 Width = 112 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = OKButtonClick end object Timer1: TTimer Interval = 20000 OnTimer = Timer1Timer Left = 160 Top = 24 end object GoToWeb1: TGoToWeb Url = 'http://www.webdevelopments.com' EMail = 'lukaszb@msn.com' BrowserState = gwMaximized Left = 224 Top = 112 end object system: TSysInfo Organisation = 'Home' Owner = 'Lukasz Bizon' CPU = 'Intel Pentium' OperatingSystem = 'Windows 95' WinVersion = '4.0' Build = '1111' TotalMemory = '81428 KB' DriveC = '2011 MB' Left = 264 Top = 112 end end